POST
/user/create
curl \
--request POST 'https://call.xap3y.space/v1/user/create?username=string&password=string&email=hello%40example.com'
Response examples (201)
{
"error": true,
"timestamp": "2025-05-04T09:42:00Z",
"uniqueId": "string"
}
Response examples (403)
{
"error": true,
"timestamp": "2025-05-04T09:42:00Z",
"uniqueId": "string"
}