curl --location --request GET 'https://demo.preprod.crego.ai/flow/api/demands/' \
--header 'Authorization: Basic <encoded-value>'{
"count": 0,
"next": "string",
"previous": "string",
"results": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"schedule": "0caaa334-df8e-492a-85be-f8a502a13416",
"component_name": "string",
"component_code": "string",
"amount": 0,
"start_date": "2019-08-24",
"end_date": "2019-08-24",
"due_date": "2019-08-24",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
]
}