Posts an event to a topic
curl --request POST \ --url https://api.sailhouse.dev/topics/{topic}/events \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "data": {}, "metadata": {} }'
This response has no body data.
The topic to post to