curl --location --request POST 'https://api.twenty.com/rest/batch/messageParticipants' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"role": "from",
"handle": "string",
"displayName": "string",
"messageId": "8540d774-4863-4d2b-b788-4ecb19412e85",
"personId": "f3e5ff26-28ff-4cd6-9b1b-e303a185a13a",
"workspaceMemberId": "19b2e9e0-2ca5-440b-89b8-7d3df62cd046"
}
]'{
"data": {
"createMessageParticipants": [
{
"role": "from",
"handle": "string",
"displayName": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"messageId": "8540d774-4863-4d2b-b788-4ecb19412e85",
"personId": "f3e5ff26-28ff-4cd6-9b1b-e303a185a13a",
"workspaceMemberId": "19b2e9e0-2ca5-440b-89b8-7d3df62cd046",
"message": null,
"person": null,
"workspaceMember": null
}
]
}
}