curl --location '/partner/v1/customers//conversion-quotes?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": [
{
"quoteId": "826e5192-f8c6-4e24-aab3-3910e46c52b7",
"routeCode": "string",
"sourceCurrency": "string",
"destinationCurrency": "string",
"sourceAmountMinor": "string",
"destinationAmountMinor": "string",
"price": "string",
"expiryAt": "2019-08-24T14:15:22.123Z",
"quoteStatus": "string",
"clientReference": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"pageInfo": {
"nextCursor": "string",
"hasNextPage": true
}
}