For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request GET '/handover/cases?page&size&sort' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>'{
"content": [
{
"id": "11111111-1111-1111-1111-111111111111",
"booking": "22222222-2222-2222-2222-222222222222",
"unit": "44444444-4444-4444-4444-444444444444",
"buyer": "55555555-5555-5555-5555-555555555555",
"currentStage": "DOCUMENTS_PENDING",
"status": "IN_PROGRESS",
"possessionDate": "2024-12-31",
"registrationStage": "NOT_STARTED"
}
],
"totalElements": 1,
"totalPages": 1,
"size": 10,
"number": 0
}