Authorization: Bearer ********************
curl --location '/api/partner/v1/utmify/disable' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "message": "Utmify disabled successfully" }