{
"mobile": "13888888888",
"code": "246810"
}curl --location --request POST 'http://geek.itheima.net/v1_0/authorizations' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": "13888888888",
"code": "246810"
}'{
"data": {
"token": "c250a975-f950-448d-a24e-772d2e9cbf0a",
"refresh_token": "5d62f07c-51f8-4981-957d-6aa686c21db4"
},
"message": "OK"
}