Smart trades api

Hello
We have an issue
Do we have any option to close the deal partially? as our stratergy needs this to be done in case of market crash or market surge
i checked i did not find any api
So i had a solution that i can convert the deal to smart trades and then apply reduce fund api

so there has to be 2 api call for each deal
 1.⁠ ⁠convert to smart trade
POST /ver1/deals/{deal_id}/convert_to_smart_trade

 2.⁠ ⁠reduce funds of the smart trade
POST /v2/smart_trades/{id}/reduce_funds


Now the issue is as if i have active deals count more than expected
its difficult to process 2 apis one by one which needs more processing and increase api hits

so can we have an api which will accept an array like we do in open deals, so that the processing is fast and time efficient

i discussed this with the intercomm but they said i need to raise a feedback and the users will vote on it and then it will be considered
as this requirement is not use full for nor mal ser as there deals count is less, so can you look into it