{ "sources": [ { "property1": "string", "property2": "string" } ] }
curl --location --request POST '/tasks/batch' \ --header 'authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "sources": [ { "property1": "string", "property2": "string" } ] }'
null