在gpts中发送一个post请求出现以下错误,但是调用其他的get请求是正常的,为什么?是不是gpts在发送post请求时,把格式进行了转换,导致了请求错误? 左边是GPTS在debug模式下发送的请求参数, 右边是在postman中请求的接口参数。 左边报错了,右边正常返回  chatGPT GPTs中完整的报错信息如下: ``` language { "response_data": { "error": { "type": "INVALID_REQUEST_UNKNOWN", "message": "Invalid request: parameter validation failed. Check your request data." } }, "status_code": 422, "action_id": "g-fc4f5e0f9d61f1dd099ec4da991b56ab2e66012b" } ```