curl --location '/conversation/sources' \ --header 'authorization;' \ --header 'Content-Type: application/json' \ --data '{ "property1": "string", "property2": "string" }'
{ "property1": "string", "property2": "string" }