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