{
"reg_type": 1,
"username": "fujita",
"name": "MY NAME",
"title": "Mr.",
"birth_date": 0,
"gender": "man",
"phone": "07831234567",
"email": "123@gmail.com",
"address": "Bristol",
"postcode": "BS10 1AB",
"grade": 2,
"team_id": 1,
"is_admin": false
}curl --location --request POST '/admin/register' \
--header 'Authorization: t05lRfUyaBLHqVbZDmxuirGC8XhY7IOS' \
--header 'Content-Type: application/json' \
--data-raw '{
"reg_type": 1,
"username": "fujita",
"name": "MY NAME",
"title": "Mr.",
"birth_date": 0,
"gender": "man",
"phone": "07831234567",
"email": "123@gmail.com",
"address": "Bristol",
"postcode": "BS10 1AB",
"grade": 2,
"team_id": 1,
"is_admin": false
}'{}