For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location '/floors/search?page=undefined&size=undefined&sort=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>' \
--header 'Content-Type: application/json' \
--data '[
{
"field": "string",
"query": "string",
"type": "string"
}
]'{
"content": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"floorNumber": 5
}
],
"totalElements": 1
}