using Newtonsoft.Json.Linq;
public static void Main()
new JProperty("RequestData",
new JProperty("AccountCredential",
new JProperty("AccountLink", "...")
new JProperty("AccountNumber", "..."),
new JProperty("BookingDateStart", "..."),
new JProperty("BookingDateEnd", "...")