You can send proposal via API using a POST on /api/proposal with proposal json inside the body.
curl -X POST http://liquidex_website/api/proposal -H 'Content-Type: application/json' -d '{...proposal in json...}'