Kod
curl --user "USR:" --request POST 'ADRES_URL' \
--header 'Content-Type: application/json' \
--data-raw '{
"Id": "100000",
"title": "My Test",
"user_id": "",
"contentType": "pdf_base64",
"content": "cnt",
"source": "src" }'
--header 'Content-Type: application/json' \
--data-raw '{
"Id": "100000",
"title": "My Test",
"user_id": "",
"contentType": "pdf_base64",
"content": "cnt",
"source": "src" }'
Nie bardzo wiem z której strony to ugryźć...