header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
Examples
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/api/groups' \
--header'Authorization: Bearer <token>' \
--header'Content-Type: application/json' \
--data-raw'{
"name":"Best group 1",
"description":"this is the description of best group 1"
}'