curl --location --request POST 'https://zatoona-ai.com/api/v1/auth/change-password' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"old_password": "SecurePass123!",
"new_password": "NewSecurePass456!"
}'{}