{
    "passport": "string",
    "verify_code": "string",
    "captcha": "string"
}curl --location -g --request POST '/api/web/system/v1/auth/bind_mobile?_weiran_secret={{weiran-secret}}' \
--header 'x-os: {{x-os}}' \
--header 'x-id: {{x-id}}' \
--header 'Authorization: Beare {{_token}}' \
--header 'x-type: user' \
--header 'Content-Type: application/json' \
--data-raw '{
    "passport": "string",
    "verify_code": "string",
    "captcha": "string"
}'{
    "code": 1,
    "message": "string"
}