{
"subject": "string",
"body": "string",
"attributes": {}
}
curl --location --request POST 'https://test.your-api-server.com/reseller/user/44b51ff9-88ac-40ec-845e-34d4eb39b790/notify' \
--header 'Content-Type: application/json' \
--data-raw '{
"subject": "string",
"body": "string",
"attributes": {}
}'
{
"subject": "string",
"body": "string",
"attributes": {},
"id": "633800d3cb3fbeb3b8770196",
"item_user": "633800d3cb3fbeb3b8770196"
}