For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request POST '/villas/search?page&size&sort' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"field": "string",
"query": "string",
"type": "string"
}
]'{
"totalElements": 0,
"totalPages": 0,
"pageable": {
"paged": true,
"pageSize": 0,
"pageNumber": 0,
"offset": 0,
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"unpaged": true
},
"first": true,
"last": true,
"size": 0,
"content": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"zone": "e857e4a3-bc5f-4b08-8822-afbaa80b17e3",
"project": "9ec8a81a-31b2-4a83-bcd8-cef9150932d2",
"label": "string",
"area": 0,
"basePrice": {
"amount": 10000,
"currency": "INR"
},
"status": "AVAILABLE"
}
],
"number": 0,
"sort": {
"sorted": true,
"empty": true,
"unsorted": true
},
"numberOfElements": 0,
"empty": true
}