{ "ticket": "string", "token": "string" }
curl --location --request POST 'https://uat-gateway.bigfintax.com/authapi/api/v1/userAuth/getUserByTicket' \ --header 'Content-Type: application/json' \ --data-raw '{ "ticket": "string", "token": "string" }'
{ "code": "200", "infos": "调用成功", "data": { "id":1, "name":"张三", "userCode":"zhangsan", "mail":"zhangsan@163.com", "mobile":"13901012345" } }