curl --location --request PUT '/api/v1/companies//cycles/allow_company' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "has_custom_cycles": true }'
{}