{
"devices": 20
}
curl --location --request PUT 'https://test.your-api-server.com/reseller/user/44b51ff9-88ac-40ec-845e-34d4eb39b790/devices' \
--header 'Content-Type: application/json' \
--data-raw '{
"devices": 20
}'
{
"message": "Successfully updated"
}