Body Required
PUT
/api/v1/profile/update-password
curl \
-X PUT https://api.crawlora.com/api/v1/profile/update-password \
-H "x-api-key: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"old_password":"string","new_password":"string","otp":"string"}'
Request examples
{
"old_password": "string",
"new_password": "string",
"otp": "string"
}
Response examples (401)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}
Response examples (404)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}
Response examples (422)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}