{
"mobile": "13430388888"
}
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/user/getuserid?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": "13430388888"
}'
{
"errcode": 0,
"errmsg": "string",
"userid": "string"
}