For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request POST '/demand-splits/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": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"demandId": "4fa85f64-5717-4562-b3fc-2c963f66afa7",
"amount": 25000,
"dueDate": "2024-03-15",
"splitNumber": 1,
"status": "PENDING"
}
],
"empty": false,
"first": true,
"from": 1,
"last": true,
"pageNumber": 0,
"pageSize": 20,
"to": 1,
"totalElements": 1,
"totalPages": 1
}