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 POST '/api/chat/send' \
--header'Authorization: Bearer <token>' \
--form'message="somthing here as a text message in the chat"' \
--form'groupId=""'