curl --location '/webhooks/goto/call-event' \
--header 'Content-Type: application/json' \
--data '{
"metadata": {
"conversationSpaceId": "string",
"direction": "string",
"accountKey": "string",
"callCreated": "string"
},
"state": {
"id": "string",
"sequenceNumber": 0,
"type": "string",
"participants": [
{
"participantId": "string",
"legId": "string",
"originator": "string",
"status": {
"value": "string"
},
"type": {
"value": "string",
"lineId": "string",
"deviceId": "string",
"extensionNumber": "string",
"name": "string",
"number": "string"
}
}
],
"timestamp": "string"
}
}'