curl --location -g --request GET 'https:///api/v2/agents//publishes?items_per_page&page&paginated' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"success": true,
"message": "string",
"data": {
"items": [
{
"change_track_id": "8789aa94-66a2-49fc-8cb8-ca285ef42a88",
"published_at": "2019-08-24T14:15:22.123Z",
"published_by": "string"
}
],
"meta": {
"count": 0,
"num_pages": 0,
"current_page": 0
}
}
}