Authorization: Bearer ********************{
"prompt": "string",
"userId": "string",
"taskId": "string"
}curl --location --request POST 'http://localhost:4001/ai/plan-trip' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string",
"userId": "string",
"taskId": "string"
}'{}