Authorization: ********************Device-Token: ********************curl --location --request PUT '/api/proxy//change-status' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_active": true
}'{
"message": "Operation successful",
"data": {}
}