La mia richiesta CURL è:
curl -X POST "https://mysite.com/posts.json" \
-H "Api-Key: mykey" \
-H "Api-Username: system" \
-H "title: Quante ore ci sono in un anno e quanti secondi ci sono in un anno?" \
-H "raw: questo è il mio primo argomento tramite API, vediamo se funziona o meno"
Sto ricevendo questo errore nella console,
Cosa sto sbagliando? Ho anche provato a usare un titolo più lungo.
Potete fornirmi un codice di esempio per creare un nuovo argomento tramite CURL e tramite Postman?
