cURL Builder

    curl -X GET 'https://api.example.com' \
        -H 'Content-Type: application/json' \
        -d '{
    	    "key": "value"
    	}'