curl --request PUT \
--url https://api-network.joinmassive.com/resellers/accounts/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"username": "johndoe@reseller.com",
"password": "secret",
"limit": 123
}
'