Authorization: Bearer ********************curl --location --request GET '/search-engines/search-ads?keyword' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"keyword": "vpn",
"position": "top",
"title": "Nord VPN: Private & Secure",
"link": "https://www.nordvpn.com",
"description": "Try Us Risk-Free for 30 Days — Secure Your Digital World With NordVPN 24/7. Save -75% on our 2-Year Plan.",
"thumbnail": ""
}
],
"message": "string"
}