Authorization: Bearer ********************
{ "phone": "18223350967", "type": "login" }
curl --location --request POST '/api/sms' \ --header 'Accept;' \ --header 'X-Requested-With;' \ --header 'Content-Type: application/json' \ --data-raw '{ "phone": "18223350967", "type": "login" }'
{"data":null,"code":200,"message":""}