{
"phone_number":"5511912341234",
"new_phone_number":"5511912341235",
"code":"123456"
}
curl --location --request POST 'https://api.valut.app/core/v1/account/phone/validate' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number":"5511912341234",
"new_phone_number":"5511912341235",
"code":"123456"
}'
{}