{ "mobile": "13888888888", "code": "246810" }
curl --location --request POST '/v1_0/authorizations' \ --header 'Content-Type: application/json' \ --data-raw '{ "mobile": "13888888888", "code": "246810" }'
{ "data": { "token": "2d087800-f3a5-4a66-9feb-74404d350943", "refresh_token": "ef66b45d-3616-447f-8150-9985d90e0bd5" }, "message": "OK" }