x-api-key: ********************
api_key: ********************
curl --location --request POST 'https://prod.your-api-server.com/reader-hub/v2/ses/events' \ --header 'x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "Message": "string" }'
{ "status": "ok" }