Authorization: Bearer ********************{
"mobile": "13800138000",
"captcha": "AX89",
"captchaId": "550e8400-e29b-41d4-a716-446655440000"
}curl --location --request POST '/auth/sms-send' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": "13800138000",
"captcha": "AX89",
"captchaId": "550e8400-e29b-41d4-a716-446655440000"
}'{
"data": true
}