curl --location --request POST '/api/v1/companies//cycles' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"start_date": "2019-08-24",
"end_date": "2019-08-24"
}'{
"cycle": {
"id": 0,
"title": "string",
"start_date": "2019-08-24",
"end_date": "2019-08-24",
"default": true
}
}