Build curl commands instantly with this curl generator. Add headers, request body, and options - then copy the generated curl command to your clipboard.
Want to learn more about curl? Learn curl by example.
curl -X POST \
-H "Content-type: application/json" \
-H "Authorization: Bearer a_real_token_goes_here" \
-d '{"name": "My website", "url": "https://onlineornot.com"}' \
"https://echo.onlineornot.com"