Authorization: ********************Device-Token: ********************curl --location --request PUT '/api/user/change-password/' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"old_password": "oldpassword123",
"new_password": "newpassword456"
}'{
"message": "Operation successful",
"data": {}
}