curl --location --request POST 'https://search-api.longtu.club/search' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"keyword": "string",
"result_num": 0,
"engine": 0,
"device": 0,
"device_os": 0,
"webhook_url": "string",
"search_youtube": true,
"search_image": true,
"geo_location": {
"lat": 0,
"lng": 0
}
}
]'