I want write simple code in JAVA that will allow to me send HTTP POST request to server
1)The request will contain the next JSON
{ "Key": "asd", "dId": 123456, "SomeData": { "id": 12345, "name": "abcd" }, "Url": "https://google.com/", "tdId": 1, "wdId": 0 }
2)display the JSON answer from the server
have seen lots of tutorial videos on YouTube but no one explain it in simple way step by step