This is a simple concept to just try out a web api.
Here we create an http request with the necessary data, and then interpret the json formatted result.
Opposed to all recommendations to use Newtonsoft Json instead of the built-in System.Text.Json, I have finally looked at the following Microsoft Website