curl --location --request POST 'https://api.twenty.com/rest/batch/auditLogs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"name": "string",
"properties": {},
"context": {},
"objectName": "string",
"objectMetadataId": "string",
"recordId": "0470cfd4-dcf3-4d8c-ac28-58c6deeff25f",
"workspaceMemberId": "19b2e9e0-2ca5-440b-89b8-7d3df62cd046"
}
]'{
"data": {
"createAuditLogs": [
{
"name": "string",
"properties": {},
"context": {},
"objectName": "string",
"objectMetadataId": "string",
"recordId": "0470cfd4-dcf3-4d8c-ac28-58c6deeff25f",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"workspaceMemberId": "19b2e9e0-2ca5-440b-89b8-7d3df62cd046",
"workspaceMember": null
}
]
}
}