curl --request GET \
--url https://www.citedy.com/api/agent/gaps \
--header 'Authorization: Bearer <token>'{
"gaps": [
{
"title": "<string>",
"gap_type": "<string>",
"priority": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"opportunity_score": 123,
"status": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"total_gaps": 123,
"credits_used": 123
}curl --request GET \
--url https://www.citedy.com/api/agent/gaps \
--header 'Authorization: Bearer <token>'{
"gaps": [
{
"title": "<string>",
"gap_type": "<string>",
"priority": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"opportunity_score": 123,
"status": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"total_gaps": 123,
"credits_used": 123
}