Hi Friends,
I have Post Api with querystring parameters.When I am testing it in the postman getting data but while implimenting API with PostAsync method not getting data from the API.
I tried with different ways of sending parameters to POST API method such as Dictionary , list key value pair and string content but I am not unable to get the data from the API.
?username=user&password=pass&from=2022-02-03&to=2022-02-04
how to acheive this functionality?