username:passwordAuthorization: Basic *****************curl --location --request POST 'https://demo.preprod.crego.ai/flow/api/payments//settle/' \
--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"
}