{
"phone_code":"123456",
"phone_number": "5511954287086",
"document": "65109789037",
"access": {
"password": "123456",
"confirm_password": "123456"
},
"location": {
"lat": "-23.506450",
"long": "-46.834592"
},
"device": {
"model": "iPhone XS Max",
"os": "iOS 9.0",
"uuid": "6459434F-1EFC-47A0-BDE4-4227C6011337"
}
}
curl --location --request POST 'https://api.valut.app/core/v1/account/change_password' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_code":"123456",
"phone_number": "5511954287086",
"document": "65109789037",
"access": {
"password": "123456",
"confirm_password": "123456"
},
"location": {
"lat": "-23.506450",
"long": "-46.834592"
},
"device": {
"model": "iPhone XS Max",
"os": "iOS 9.0",
"uuid": "6459434F-1EFC-47A0-BDE4-4227C6011337"
}
}'
{}