curl --location '/partner/v1/customers//conversions?status=undefined&pageLimit=undefined&pageCursor=undefined' \
--header 'X-Partner-Client-Id;' \
--header 'X-Partner-Timestamp;' \
--header 'X-Partner-Nonce;' \
--header 'X-Partner-Signature;' \
--header 'X-Request-Id;'{
"items": [
{
"conversionId": "9b91ef3b-0b17-4694-8870-6ef8262ace86",
"quoteId": "826e5192-f8c6-4e24-aab3-3910e46c52b7",
"routeCode": "string",
"sourceCurrency": "string",
"destinationCurrency": "string",
"sourceAmountMinor": "string",
"destinationAmountMinor": "string",
"price": "string",
"platformStatus": "string",
"clientReference": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"pageInfo": {
"nextCursor": "string",
"hasNextPage": true
}
}