API2 not accepting POST to /employee-form path

Hi @lubos & @Mabaega,

I have been getting this error when trying to POST data from Teamdesk into Manager:

System.ArgumentException: The value 'employee-form' is not a valid GUID. 
Please provide a valid GUID in the correct format, for example: 'FA896E59-5EAF-450E-AA6B-E2321D96026B'. (Parameter 'input')
   at Manager.GuidExtensions.ToGuid(String input) in /home/runner/work/Manager/Manager/Manager/GuidExtensions.cs:line 20
   at ManagerServer.HttpHandlers.Api2.Api2.ProcessRequest() in /home/runner/work/Manager/Manager/ManagerServer/HttpHandlers/Api2/Api2.cs:line 330

This is the full request:

I don’t see anything wrong with the url, and I have tried the request elsewhere and it works no problem.

See this earlier post:

Possibly due to Redirection, where POST will be forwarded as GET. Try using an endpoint like this for your subdomain.

https://{subdomain}.me-south-1.manager.io

Thanks a lot. It worked like a charm.