curl --request POST \
--url https://api.base39.io/v1/webhooks/unico \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"eventDate": "“2023-04-19T13:10:00.0000000Z”",
"event": "“update_process”",
"data": {
"id": "f4dd6bc9-74d3-4dba-8deb-eb09ad4ea704",
"status": 3,
"score": 14
}
}'