curl --location --request GET 'https://4sapi.com/api/user/token' \ --header 'Authorization: user-token' \ --header 'New-Api-User: user-id'
{ "data": "生成的token", "message": "", "success": true }