<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000099">
    Hi,<br>
    I need help with converting below 2 CURL commands into check_http
    command,<br>
    <br>
    curl -v -H "Content-Type: application/json" -X POST -d
    '{"RequestHeader":{"Token":null,"Detail":null,"CoordinationId":null},"CreateSessionRequestBody":{"SystemId":"3156","SystemPassword":"dAEWJuXY6vXSY3XDLb6lHYbex0o2tPYZWZL1+ub2KPI=","UserName":"apigee_console","UserPassword":"URQqPzjOBHYGbVO"}}'
    <a class="moz-txt-link-freetext" href="https://abc.com/v1/session/CreateSession">https://abc.com/v1/session/CreateSession</a><br>
    <br>
    <br>
    curl --data
    "client_secret=3ce5f1b2d1c6be44&grant_type=client_credentials&client_id=9f32d9a8598fb416965036c60fad9827&scope=PROFILE%20RENTALHISTORY"
    --header "Content-Type: application/x-www-form-urlencoded" -k
    <a class="moz-txt-link-freetext" href="https://abc.com/oauth2-13/token/">https://abc.com/oauth2-13/token/</a><br>
    <br>
    <br>
    regards,<br>
    prabhu<br>
  </body>
</html>