Authorization: Bearer ********************
{
"phone": "18171578384"
}
curl --location --request POST '/api/base/provision/phone_online' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "18171578384"
}'
{
"success": true
}