That worked. Is there anyone in Postman to use a form-data approach or similar to make it easier to edit/send values? The default postman collection includes values in the form-data function which came off as confusing if it wasn’t possible
Form Data vs. JSON Body are different ways to send data. You can use the form data method, but you have to set the following header: "Content-Type": "multipart/form-data"