Authorization: Bearer ********************{
"phone": "13622888084",
"source": "h5",
"scene": "register"
}curl --location '/auth/getTestCaptcha' \
--header 'CHANNEL-CODE: h5' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NDg2MTcwODUsInVzZXJuYW1lIjoiYWRtaW4ifQ.JgiPcE9aWMa4G7_g-mLkTHNCyE1HS3O4hg3LO5eYppc' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"phone": "13622888084",
"source": "h5",
"scene": "register"
}'{}