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