{ "mobile": "185xxxx7676" }
curl --location --request POST 'http://127.0.0.1/topapi/v2/user/getbymobile?access_token=be3Fxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "mobile": "185xxxx7676" }'
{ "request_id": "string", "errcode": 0, "errmsg": "string", "result": { "userid": "string" } }