curl --location --request POST '/auth/login' \ --header 'x-token: {{x-token}}' \ --form 'account="13032979631"' \ --form 'password="123456"'
{ "status": 0, "message": "string", "data": { "token": "string", "exp": 0, "user": { "uid": 0, "wechat_user_id": 0, "account": "string", "sex": 0, "nickname": "string", "avatar": "string", "phone": null, "now_money": "string", "brokerage_price": "string", "user_type": "string", "is_promoter": 0, "pay_count": 0 } } }