curl --location --request POST '/api/v1/currencies/fetch' \
--header 'X-API-Key: <api-key>' \
--header 'X-Business-ID: <api-key>'{
"success": true,
"data": {
"totalFetched": 0,
"totalStored": 0,
"totalDeleted": 0,
"lastUpdated": "2019-08-24T14:15:22.123Z"
}
}