[
{
"keyword": "albert einstein",
"device": "desktop",
"tag": "some_string_123",
"postback_url": "https://your-server.com/postbackscript.php",
"postback_data": "regular"
}
]curl --location --request POST 'https://api.302.ai/dataforseo/v3/serp/naver/organic/task_post' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"keyword": "albert einstein",
"device": "desktop",
"tag": "some_string_123",
"postback_url": "https://your-server.com/postbackscript.php",
"postback_data": "regular"
}
]'{}