I have managed to work with REST API's to fetch() data where the urls contain minimal parameters (and use GET).
How would one retrieve a collection through a POST request?
I have managed to work with REST API's to fetch() data where the urls contain minimal parameters (and use GET).
How would one retrieve a collection through a POST request?