I have a create action that sends a POST to an api. The api responds with status: 200 and content: “OK”. When I return response.content, I get the error “Invalid API Response: Got a non-object result, expected an object from create ("OK")”
How can I solve this?