I’m testing an API post call and I get the 200 OK response but the display is what’s below and the response from the call. How do I fix?
PPMSI think the server received the request, but some required fields were missing, incorrect, or in the wrong format. Check the payload and your POST body, ensure all required fields are present and correctly typed.