{
"password":"123456",
"confirm_password":"123456",
"code":"389867"
}
curl --location --request POST 'https://api.valut.app/core/v1/account/verifie_transactional_password' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"password":"123456",
"confirm_password":"123456",
"code":"389867"
}'
{}