header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params multipart/form-data
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/api/chat/68ed02da91e384ef24d80c8d' \
--header'Authorization: Bearer <token>' \
--form'message="somthing here as a text message in the chat"' \
--form'groupId=""'