curl --location 'https://mock.apidog.com/m1/1364933-0-default/trips//concierge' \
--header 'Content-Type: application/json' \
--data '{
"message": "What is the weather forecast for day 1 of my trip?"
}'{
"success": true,
"message": "Concierge response generated successfully",
"data": {
"response": "Based on day 1 in Athens, expect sunny weather at 28°C. Perfect for walking tours!"
}
}