how to make an http curl code example
Example 1: curl get example
curl -i -H "Accept: application/json" -H "Content-Type: application/json" -X GET http://hostname/resource
Example 2: how to generate curl command
Click the Code button on the right
And copy the curl command