I’m using the Make.com platform and I’m trying to post an expense via the Clockify API.
I did a test using “content-type = application/json”
And I get the following error
The operation failed with an error. [415] Content-Type is not supported
I then ran a test with “multipart/form-data” as mentioned in the API documentation.
And I get the following error:
[400] Failed to parse multipart servlet request
Any suggestions? Thanks in advance.
Eric