how to use

send a POST request here with your data in the body that's it

terminal

echo text | curl --data-binary @- data.curls.it

add as command (bash)

echo alias pb=\'curl --data-binary @- data.curls.it\' >> .bashrc
# usage:
echo text | pb