Request
Body Params application/json
{
"receiverId":"670d08d6898b286148ebe97d",
"message":"hello",
"chatRoomId":"6728acbb688098d871ff22eb"
}
Request Code Samples
curl --location --request POST 'https://dev.outbackmarketplace.com/api/v1/notification-mgt/send-message-notification' \
--header 'Authorization: bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI2NmVkNDI0Zjk5NDgyZDNmMzFmZWYzNDMiLCJpYXQiOjE3MzA3MTg5NDUsImV4cCI6MTc2MjI3NjU0NX0.C70QoQMtgbC09ZxomDqL44c2dEKneBDSX0wuF6kLsL8' \
--header 'Content-Type: application/json' \
--data-raw '{
"receiverId":"670d08d6898b286148ebe97d",
"message":"hello",
"chatRoomId":"6728acbb688098d871ff22eb"
}'
Responses
application/json Modified at 2024-11-18 09:35:52