Authorization: Bearer ********************
{ "number":"xxx" }
curl --location --request POST 'http://localhost:9999/api/user/send_sms' \ --header 'Content-Type: application/json' \ --data-raw '{ "number":"xxx" }'
{}