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