I’d like to use a “PATCH”-URL command for an API (in this case evcc.io PATCH /api/loadpoints//vehicle).
In the docs, there’s GET, POST and PUT, but no PATCH-configuration or PATCH-action available.
Is there a way to use PATCH with http-binding? or do I have to use exec for a curl command out for that?