curl --location --request POST '/api/v1/open/search?q=undefined&api_key=undefined&google_domain=undefined&gl=undefined&hl=undefined&device=undefined&ijn=undefined&date=undefined&start_date=undefined&engine=&end_date=undefined&chips=undefined&tbs=undefined&imgar=undefined&imgsz=undefined&image_color=undefined&image_type=undefined&licenses=undefined&safe=undefined&nfpr=undefined&tbm=undefined&filter=undefined&html=undefined&cr=undefined'{
"code": 0,
"data": {
"images_results": [
{
"link": "string",
"original": "string",
"original_height": 0,
"original_width": 0,
"position": 0,
"source": "string",
"source_logo": "string",
"thumbnail": "string",
"title": "string"
}
],
"pagination": {
"current": 0,
"next": "string"
},
"related_searches": [
{
"highlighted_words": "string",
"link": "string",
"query": "string",
"thumbnail": "string"
}
],
"search_information": {
"organic_results_state": "string",
"total_results": "string"
},
"search_metadata": {
"created_at": "string",
"google_url": "string",
"id": "string",
"json_endpoint": "string",
"processed_at": "string",
"raw_html_file": "string",
"status": "string",
"total_time_taken": 0
},
"search_parameters": {
"google_domain": "string",
"html": "string",
"q": "string",
"tbm": "string",
"udm": "string"
},
"suggested_searches": [
{
"link": "string",
"name": "string",
"q": "string",
"thumbnail": "string",
"uds": "string"
}
]
},
"msg": "string",
"reqId": "string"
}