Authorization: Bearer ********************curl --location --request PATCH 'https://api-staging.tenbyte.io/v1/distributions/2f509a1c-fa60-4038-84b1-224ea0177ba7' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "disabled"
}'{}