Authorization: Bearer ********************{
"passport": "string",
"captcha": "string",
"expire_min": 0
}curl --location -g --request POST '/api/web/system/v1/captcha/verify_code?_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",
"captcha": "string",
"expire_min": 0
}'{
"code": 1,
"message": "string",
"data": {
"verify_code": "string"
}
}