Allow optional FormBody in asp.net core REST API
Hi friends, have you ever wanted to make post requests while choosing to pass a body or not ?. Some times you may want more flexibility in your post requests. You built a REST API and you want the user of the API to be free to pass a null value as the body of […]