Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
TEXT
32
curl x post
Guest on 9th March 2023 06:04:10 AM
curl -X POST \
'/api/document' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "Hi Dad"
}'
Raw Paste
curl -X POST \ '/api/document' \ --header 'Content-Type: application/json' \ --data-raw '{ "content": "Hi Dad" }'
Login
or
Register
to edit or fork this paste. It's free.