Currently in the process of migrating from Apiary.
curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"timestamp": "string",
"event": "accounting.cash.flow",
"accountId": "string",
"data": {
"amount": 0,
"note": "string",
"localId": "string",
"balance": 0,
"cashier": {
"localId": "string"
},
"device": {
"localId": "string",
"uuid": "string"
}
}
}'{}