I tried to use the API to create a new user:
POST /api/users - register a new user
But I can't find the details for how to generate the POST message body, can anyone tell me some details? Just like how to get the token:
POST /api/token HTTP/1.1
{
"identification": "Toby",
"password": "pass7word"
}
BTW, where can I find the details for the usages for the API?