{
"offSet": 0,
"limit": 10,
"keyWord": "coffee",
"country": "US"
}curl --location --request POST '/api/agentic/list' \
--header 'Authorization: Bearer {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"offSet": 0,
"limit": 10,
"keyWord": "coffee",
"country": "US"
}'{
"success": true,
"request_id": "req_xxx",
"data": {},
"error": null
}