/user/sub/chat/{chatRoomId}/user/sub/schedule/{tripPlanId}/user/sub/errors/{chatRoomId}curl --location --request POST '/api/v1/trips' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"themes": [
"FAMOUS_SPOT"
],
"startDate": "2019-08-24",
"duration": 1,
"region": "string",
"peopleCount": 1,
"userMessage": "string"
}'{
"success": true,
"status": 202,
"data": {
"conversationId": 123,
"tripPlanId": 456
}
}