curl --location --request GET 'https://test.your-api-server.com/user/notify'
{ "subject": "New account", "body": "Welcome, John Doe!", "attributes": { "active": true } }