curl --location 'https://mock.apidog.com/m1/1364933-0-default/conversations' \
--header 'Content-Type: application/json' \
--data '{
"recipient_id": "99"
}'{
"success": true,
"message": "Conversation started successfully",
"data": {
"id": "conv_1",
"user_id": 42,
"recipient_id": 99,
"last_message": "Hello, looking forward to the trip!",
"updated_at": "2026-08-24T12:00:00.000Z"
}
}