Authorization: ********************curl --location -g --request GET 'https://apigw.seomonitor.com/v3/rank-tracker/v3.0/keywords/serp-feature-presence?campaign_id={{campaign_id}}&start_date={{start_date}}&end_date={{end_date}}&group_id={{group_id}}&keyword_ids={{keyword_ids}}&limit={{limit}}&offset={{offset}}&search={{search}}' \
--header 'Authorization: <api-key>'[
{
"keyword_id": 123,
"keyword": "cars",
"serp_data": [
{
"date": "2023-08-01",
"desktop": [
{
"feature": "AIO",
"listed": true
},
{
"feature": "AIB",
"listed": false
},
{
"feature": "IMG",
"listed": false
}
],
"mobile": [
{
"feature": "AIO",
"listed": true
},
{
"feature": "AIB",
"listed": false
},
{
"feature": "IMG",
"listed": false
}
]
}
]
}
]