x-api-key: ********************curl --location 'https://dev-api.wincloudone.com/stdinterface/api/v1/master/currencies?page=undefined&pageSize=undefined&countryId=undefined' \
--header 'x-api-key: <api-key>'{
"success": true,
"message": "string",
"errorCode": "string",
"statusCode": 0,
"data": {
"items": [
{
"currencyId": "string",
"currencyName": "string",
"currencySymbol": "string",
"shortName": "string",
"isoCode2": "string",
"isoCode3": "string",
"purchaseConversionRate": 0,
"saleConversionRate": 0,
"countryId": "string"
}
],
"pageNumber": 0,
"pageSize": 0,
"totalCount": 0,
"totalPages": 0,
"hasPrevious": true,
"hasNext": true
},
"timestamp": "2019-08-24T14:15:22.123Z",
"correlationId": "string"
}