I wanted to ask about strategies, and how can i send data to server, which accepts Json data.
So server wants data in this format
www.myapi//moviesCollector?report={"movies":[{"id":20,"movie_cat":566}]}
In my controller i have this data (id, movie_cat), but i have no idea how to start.
Thank You for help. I'm using cakephp3, but maybe logic is similar to 2.x ?