curl --location 'https://mock.apidog.com/m1/1364933-0-default/conversations//messages' \
--header 'Content-Type: application/json' \
--data '{
"body": "Hello, looking forward to the trip!"
}'{
"success": true,
"message": "Message sent successfully",
"data": {
"id": "msg_1",
"conversation_id": "conv_1",
"sender_id": 42,
"body": "Hello, looking forward to the trip!",
"created_at": "2026-08-24T12:00:00.000Z"
}
}