TEXT   32
curl x post
Guest on 9th March 2023 06:04:10 AM


  1. curl -X POST \
  2.   '/api/document' \
  3.   --header 'Content-Type: application/json' \
  4.   --data-raw '{
  5.   "content": "Hi Dad"
  6. }'

Raw Paste

Login or Register to edit or fork this paste. It's free.