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