For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request POST '/bookings/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"
}
]'{
"content": [
{
"id": "0f8adb8f-7173-42d4-a3aa-bb91b24d99fe",
"status": "CONFIRMED"
}
],
"totalElements": 1
}