Authorization: Bearer ********************
{
"id": "047f9a52-68e4-4300-8748-70f71267413e",
"username": "hancel",
"nickname": "hancel",
"password": "123456",
"email": "hancel@domain.com"
}
curl --location --request POST 'https://s.hancel.org/api/auth/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "047f9a52-68e4-4300-8748-70f71267413e",
"username": "hancel",
"nickname": "hancel",
"password": "123456",
"email": "hancel@domain.com"
}'
{}