Authorization: Bearer ********************curl --location --request GET '/search-engines/search-web?keyword' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"url": "https://nordvpn.com"
}
],
"message": "string"
}