Account Erstellen
POST
/musikbot/user
curl \
-X POST https://api.famesystems.de/musikbot/user?username=string&password=string&email=string&storage=42&bots=42 \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "1",
"username": "string",
"email": "string",
"storage": "68983114",
"bots": "1"
}
Response examples (200)
{
"id": "1",
"username": "string",
"email": "string",
"storage": "68983114",
"bots": "1"
}