curl --location --request POST 'http://localhost:3000/api/ingest/' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": "string",
"property2": "string"
}'{
"success": true,
"message": "string",
"jobId": "9d222c6d-893e-4e79-8201-3c9ca16a0f39"
}