Propertycurl --location 'https://api.simpra.app/currencies' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json'{
"currencies": [
{
"id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"iso_code": "EUR",
"last_sync_at": 1577397627,
"rate": 5.88,
"target_type": "Enterprise",
"target_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af"
},
{
"id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"iso_code": "USD",
"last_sync_at": 1577397628,
"rate": 5.89,
"target_type": "Property",
"target_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af"
}
]
}