...
{
"info_type_id": "example_info_type_id",
"job_owner": "example_owner",
"job_definition": {
"example_key1": "example_value1",
"example_key2": "example_value2"
},
"job_result_uri": "http://example.com/job_result",
"status_notification_uri": "http://example.com/status_notification"
}
1. Autorizarion check: POST to the Auth Agent (from the starting config)
2. Validation: The URLs seem to be used only for URI validation (?)
3. Consumer starts a job on the Producer POST producerCallbacks.startInfoSubscriptionJob->restClient.post(producer.getJobCallbackUrl(), jobCallbackBody(infoJob))