Post form sumissions to external 3rd party API Endpoint

I have a client using a 3rd party CRM system and we wish to send all form enquires from the Shopify website forms to the CRM.

The CRM provides us a valid endppint to send a json package to we just need to know how to implement in Shopify.

How can I post to an external url endpoint on form submission?

Ideally would like to use Shopify native form but am open to an app if there are no other options.

similar issue here. documentation does not cover how to do POST requests from shopify client to external url. tried with proxy app url too…