MapPost: Parameters are null
This is my Post endpoint
When sending a Request with this Payload
the Endpoint is hit, but the Name-Property in RegisterDto is still null
with [FromBody] and [AsParameters] i have the same issue
What does the JSON have to look like so that it works?
When sending a Request with this Payload
the Endpoint is hit, but the Name-Property in RegisterDto is still null
with [FromBody] and [AsParameters] i have the same issue
What does the JSON have to look like so that it works?