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