I know combine can do get request data. which mentioned in the book.
so I am wondering ,whether it is good to use combine to do post or ,still using traditional way to post data.
I searched google , combine can be used to do post data, but I am not sure whether it is a best way to handle post data.