Authorization: Bearer ********************{
"passport": "string",
"type": "exist"
}curl --location -g --request POST '/api/web/system/v1/captcha/send?_weiran_secret={{weiran-secret}}' \
--header 'x-os: {{x-os}}' \
--header 'x-id: {{x-id}}' \
--header 'x-type: user' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"passport": "string",
"type": "exist"
}'{
"code": 1,
"message": "string"
}