{
"deviceId": "devicetest",
"phone": "0962233763"
}curl --location --request POST 'https://apimobile-vpay-dev2.vinsmartfuture.tech/api/user/register' \
--header 'Authorization: Basic {{BASIC}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "devicetest",
"phone": "0962233763"
}'{}