curl --location --request POST '/activity-logs' \
--header 'x-idempotency-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"activityId": "FUMzPf00hz_kcj2R2Hlzq",
"userId": "string",
"outcome": "SUCCESS",
"value": 1,
"tags": [
"string"
],
"additionalData": {
"property1": "string",
"property2": "string"
},
"activityLogId": "string",
"completedAt": "2019-08-24T14:15:22.123Z"
}'{
"activityLogId": "string",
"activityId": "FUMzPf00hz_kcj2R2Hlzq",
"userId": "string",
"outcome": "SUCCESS",
"value": 1,
"tags": [
"string"
],
"additionalData": {
"property1": "string",
"property2": "string"
},
"completedAt": "2019-08-24T14:15:22.123Z",
"accountId": "stringstri",
"workspaceId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}