Instead of using Wait(), when you are making POST call use await, Same while reading the response of the request that will eliminate the use of Wait() and Result
Wait()
await
Result