Receive 403 error when attempting to send a GET request to Draft API
Symptoms
You receive a 403 error when sending a GET request in Draft API.
Cause
You are attempting to include a body in the GET request. Draft API will reject GET requests containing the body.
Solution
You must remove the request body.