curl --location 'https://app.mgpanel.co/api/deals?page=undefined&limit=undefined&status=undefined&pipelineId=undefined&stageId=undefined&clientId=undefined' \
--header 'X-Account-Nick: {{ACCOUNT_NICK}}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'{
"success": true,
"deals": [],
"pagination": {
"page": 1,
"limit": 20,
"total": 0,
"pages": 0
}
}