curl --location -g --request POST 'https://api.ganaka.live/{{api_version}}/dashboard/runs/7e251fef-7e98-4e98-9a59-31577059c676/orders' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nseSymbol": "RELIANCE",
"entryPrice": 2500.5,
"stopLossPrice": 2400,
"takeProfitPrice": 2600,
"datetime": "2024-01-01T10:30:00"
}'{}