curl --location 'https://mock.apidog.com/m1/1212435-0-default/api/projects//ai/results-dashboard/export?runId=undefined&format=undefined' \
--header 'Authorization: Bearer <token>'{
"isSuccess": true,
"data": {
"fileName": "project-results-dashboard.xlsx",
"fileUrl": "http://example.com",
"format": "xlsx",
"expiresAt": "2019-08-24T14:15:22.123Z"
},
"message": "Filtered dashboard export generated successfully",
"statusCode": 200,
"errors": []
}