curl --location '/deliveries/11ef6061-cef7-b850-ada7-c969374ebcce/a1ef6061-cef7-b850-ada7-c969374ebcce/conversions?dateFrom=2018-05-30&dateTo=2018-05-31&country=CZ%2CSK¤cy=EUR%2CCZK&limit=100&offset=0&sort=-datetime%2CconversionsAmount' \
--header 'Authorization: Bearer JWT'{
"conversions": [
{
"contactId": "11ef6061-cef7-b850-ada7-c969374ebcce",
"clientContactId": "56738",
"deliveryId": "a1ef6061-cef7-b850-ada7-c969374ebcce",
"datetime": "2018-05-30T13:00:00+00:00",
"orderId": "1131256454",
"firstName": "John",
"surname": "Doe",
"conversionsAmount": 1287,
"conversionsCurrency": "EUR",
"conversionsReferenceAmount": 1287,
"country": "CZ"
}
],
"paging": {
"start": 0,
"count": 1,
"totalCount": 1
}
}