curl --location '/api/user/register' \ --header 'Content-Type: application/json' \ --data '{ "username": "string", "password": "string", "email": "string", "verification_code": "string", "aff_code": "string" }'