Authorization: Bearer ********************curl --location --request PUT '/Auths/ResetPassword' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"phone": "777777777",
"otp": "123456",
"newPassword": "newStrong123",
"deviceId": "12345678-1234-1234-1234-123456789012"
}'{
"errorCode": "ERR_INVALID_AMOUNT",
"category": "validation",
"severity": "error",
"serviceId": 304,
"verbId": "validate",
"tableName": "TenantTransaction",
"timestamp": "2025-09-10T11:59:11.8396963Z",
"context": {},
"message": "Amount must be positive"
}