Update virtually all the python and curl samples for each API endpoint. Include JSON for request bodies.
Also added missing content type for Cloud Account responses.
Motivation and Context
There was an issue where some of the Python and curl code samples were missing request bodies. This fix addresses that issue.
How Has This Been Tested?
Tested locally.
Screenshots (if appropriate)
Types of changes
Bug fix (non-breaking change which fixes an issue)
Checklist
[ ] I have updated the documentation accordingly.
[ ] I have read the CONTRIBUTING document.
[ ] I have added tests to cover my changes if appropriate.
Description
Update virtually all the python and curl samples for each API endpoint. Include JSON for request bodies. Also added missing content type for Cloud Account responses.
Motivation and Context
There was an issue where some of the Python and curl code samples were missing request bodies. This fix addresses that issue.
How Has This Been Tested?
Tested locally.
Screenshots (if appropriate)
Types of changes
Checklist