The Proxy Resellers API uses API key authentication. You must include your API key in the header of every request to authenticate.
x-api-key
x-api-key: {API_KEY}
curl --location 'https://api-network.joinmassive.com/resellers/accounts' \ --header 'Content-Type: application/json' \ --header 'x-api-key: {API_KEY}' \ --data '{ "username": "johndoe@example.com", "password": "secretpassword" }'