curl --location --request GET 'https://dummyjson.com/posts/search?q=love'
{
"posts": [
{
"id": 0,
"title": "string",
"body": "string",
"tags": [
"string"
],
"reactions": {
"likes": 0,
"dislikes": 0
},
"views": 0,
"userId": 0
}
],
"total": 0,
"skip": 0,
"limit": 0
}