username:passwordAuthorization: Basic *****************curl --location --request GET 'https://demo.preprod.crego.ai/flow/api/payments/' \
--header 'Authorization: Basic <encoded-value>'[
{
"id": 0,
"amount": "string",
"status": "string",
"reference": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
]