How to Place Market Order with 50pt Stop Loss and 50pt Take Profit via API

I am using the Tradovate API and would like to place a market order with both a 50-point stop loss and a 50-point take profit attached (bracket order) in a single API call.

Could you please provide the recommended way to achieve this using your API?

Specifically:

What is the correct endpoint and payload structure for placing a market order with both stop loss and take profit?
Is it possible to submit the market entry and both brackets in one request, or do I need to place the market order first, wait for a fill, and then submit the brackets separately?
If possible, please provide a sample API request for this scenario.
Thank you for your assistance.

Take a look at strategyOrder - it should solve your problem

Thanks Frik. Can you point any example ?