I’m currently setting up an API call and noticed when its a POST request there is an option to enter the content/type inside of Body (JSON object, use <> for dynamic values) where I can copy and paste from the website then setup the body parameters:
but in the GET request there are no options content/type inside of Body (JSON object, use <> for dynamic values)
Where would I put the code for this (when doing a get request)?
{ "run_id": "string", "web_url": "string", "created_at": "string", "run_time_sec": 0, "status": "starting", "detail": "string", "output": { "output_video": "string" } }