HTTP Request
- Method
- POST
- Headers
Header Value Content-Type application/json Accept-Encoding gzip, deflate, br
- Body
{ "title": "My Note", "note": "This is a note", "tags": ["boring", "note"] }
7 / 27
Header | Value |
---|---|
Content-Type | application/json |
Accept-Encoding | gzip, deflate, br |
{
"title": "My Note",
"note": "This is a note",
"tags": ["boring", "note"]
}
7 / 27