token: ********************
{ "id": 0, "username": "string", "password": "string", "nickname": "string" }
curl --location 'https://m1.apifoxmock.com/m1/4171337-0-default/admin/register' \ --header 'token: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "id": 0, "username": "string", "password": "string", "nickname": "string" }'
{ "code": 0, "msg": "", "data": "" }