curl --location '/processo/evento-processo/ia-callback' \
--header 'Content-Type: application/json' \
--data '{
"success": true,
"result": {
"label": "string",
"score": 0,
"metadata": {
"date": "2019-08-24",
"time": {
"hour": 0,
"minute": 0,
"second": 0,
"nano": 0
}
}
},
"task_id": "string"
}'