cURL
curl --request POST \ --url https://api.broker.com/mutual-funds/orders \ --header 'Authorization: <authorization>' \ --header 'x-api-key: <x-api-key>'
"{\n \"message\": \"Order Placed Successfully\",\n \"order_id\": 1234,\n}"
API to place a mutual fund order
API Key to identify the API user
API Version
Authentication token to authorize the request
The unique identifier for the mutual fund
The purchase amount of mutual fund
200