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