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