enable_webp: true or falseAuthorization: Bearer ********************curl --location --request PATCH 'https://api-staging.tenbyte.io/v1/distributions/41eb1e4d-b991-46f4-ae7b-86b5f746963b/toggle-webp?distribution_id=41eb1e4d-b991-46f4-ae7b-86b5f746963b' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable_webp": true
}'{}