[
{
"location_name": "United States",
"date_from": "2019-01-01",
"date_to": "2020-01-01",
"type": "youtube",
"category_code": 3,
"keywords": [
"rugby",
"cricket"
]
}
]curl --location --request POST 'https://api.302.ai/dataforseo/v3/keywords_data/dataforseo_trends/explore/live/' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"location_name": "United States",
"date_from": "2019-01-01",
"date_to": "2020-01-01",
"type": "youtube",
"category_code": 3,
"keywords": [
"rugby",
"cricket"
]
}
]'{}