Hi,
Just wondering.
is there any reasonable way to allow some datatype flexibility on server side
for example
if our endpoint has parameters
function sum(a,b: integer): integer;
would it be possible to allow also parameters like in call as string like "a": "10"
or if we have id:string; would be also possibile to enter "id": 10001
justr askinng, cause looks like that integration parties have sometimes hard to read docs or convert types