POST
/clans/
curl \
--request POST 'http://api.example.com/clans/?clanname=string' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (201)
{
"message": "string"
}
Response examples (400)
string
Response examples (401)
string
Response examples (405)
string
Response examples (503)
string