Request
Body Params application/json
{
"participants": ["66ed424f99482d3f31fef343", "6731d497dc74201d7cb5162c"],
"product_id":"672e1883d823880cb5c12326"
}
Request Code Samples
curl --location --request POST 'https://dev.outbackmarketplace.com/api/v1/chat-mgt/create-chat-room' \
--header 'Content-Type: application/json' \
--data-raw '{
"participants": ["66ed424f99482d3f31fef343", "6731d497dc74201d7cb5162c"],
"product_id":"672e1883d823880cb5c12326"
}'
Responses
application/json Modified at 2024-11-15 11:08:17