curl --location --request POST 'https://staging.syncode.anggita.org/api/auth/change-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"currentPassword": "string",
"newPassword": "stringst"
}'{
"statusCode": 400,
"code": "VALIDATION_FAILED",
"message": "Validation failed",
"timestamp": "2019-08-24T14:15:22.123Z",
"details": {}
}