curl --location --request POST 'http://localhost:8080/api/v1/kafka/notifications/messages/withKey?key=name' \ --header 'Content-Type: application/json' \ --data-raw '{ "message": "hello" }'
{}