cURL
curl --request POST \ --url https://api.example.com/notifications/ar24-user \ --header 'Content-Type: application/json' \ --data '{ "data": {} }'
Was this page helpful?