Request
Body Params application/json
{
"chatRoomId": "6737059583b2e3f2cc929cd5",
"senderId": "66ed424f99482d3f31fef343",
"messageText": "http://example.com/video.mp4"
}
Request Code Samples
curl --location --request POST 'https://dev.outbackmarketplace.com/api/v1/message-mgt/send-message' \
--header 'Content-Type: application/json' \
--data-raw '{
"chatRoomId": "6737059583b2e3f2cc929cd5",
"senderId": "66ed424f99482d3f31fef343",
"messageText": "http://example.com/video.mp4"
}'
Responses
application/json Modified at 2024-11-15 11:08:17