Authorization: Bearer ********************
curl --location --request POST 'http://localhost:8080/api/v1/chatbot/message' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{}