When using the import cURL function for external API calls, the body is often made up of complex objects which are automatically implemented via the Set filter.
Some services do not accept empty or null objects in the body, therefore you must use the Set Conditional filter, to only pass the object if it is not empty. But for large payloads, it is a pain in the behind to convert all Set filters to Set Conditional filters. It really negates the use of the import cURL.
It would be great to convert a Set filter to a Set Conditional filter with one click, while preserving the content.