Authorization: Bearer ********************
x-api-key: ********************
curl --location --request GET '/v2/schedules/calculate_first_time?period=4&period_unit=week&timezone=UTC&bymonthday=1&byday=1SU' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'
{
"errors": [
{
"message": "string",
"type": "string",
"timestamp": "string"
}
]
}