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