{
"subject": "string",
"body": "string",
"attributes": {}
}
curl --location --request POST 'https://test.your-api-server.com/reseller/users/notify' \
--header 'Content-Type: application/json' \
--data-raw '{
"subject": "string",
"body": "string",
"attributes": {}
}'
{
"total": 1
}