Request
Body Params application/json
{
"subject": "string",
"body": "string",
"attributes": {}
}
Request Code Samples
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": {}
}'
Responses
application/json {
"subject": "string",
"body": "string",
"attributes": {},
"id": "633800d3cb3fbeb3b8770196",
"item_user": "633800d3cb3fbeb3b8770196"
}
Modified at 2024-05-01 13:53:14