curl --location '/chatbot/chat' \ --header 'Content-Type: application/json' \ --data '{ "prompt" : "Hi" }'
{}