Authorization: Bearer ********************{
"mobile": "string",
"type": "login"
}curl --location --request POST 'https://ckbapi.quwanzhi.com/v2/store/auth/send-code' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": "string",
"type": "login"
}'{}