Subject: API endpoint to submit "Submit Your Company" form responses directly (so custom-branded forms produce identical records to your native form)
We've built our own custom-branded version of a pipeline form on our own site, which posts into our Deals pipeline via your REST API (POST /api/v1/prospects, POST /api/v1/organization). It works, but the resulting organization records don't look the same in your UI as ones that came in through your native hosted Submit Your Company form — specifically, the "Responses → Submit Your Company" section on the organization page always shows "No response submitted yet." for our submissions, even though we're populating equivalent data through custom_data_points.
What we're actually trying to do: submit a founder's answers through the API in a way that populates submit_your_company_response_data directly — i.e., have it register exactly as if that founder had submitted your own native form, not as a separate/parallel data path.
Our question: Is there an API endpoint (or any supported way) to submit Submit Your Company responses directly, so the organization record ends up identical to a native-form submission — same "Responses" section populated, same downstream behavior — rather than us approximating it through custom_data_points, which we've found only partially overlaps with what the native form actually populates?