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