curl --request GET \
--url https://www.citedy.com/api/agent/schedule/suggest \
--header 'Authorization: Bearer <token>'{
"slots": [
"<string>"
],
"postsPerDay": 123,
"timezone": "<string>",
"source": "custom"
}curl --request GET \
--url https://www.citedy.com/api/agent/schedule/suggest \
--header 'Authorization: Bearer <token>'{
"slots": [
"<string>"
],
"postsPerDay": 123,
"timezone": "<string>",
"source": "custom"
}