When i try to filter posts based on the filter/keyword array the parameter is not found/NULL
curl -H "AUTHORIZATION: Bearer TOKEN" -X GET http://test.local:10088/posts -d "filter[keyword]=test" -v
The same request in a browser will return "test"
http://test.local:10088/posts?filter[keyword]=test
Any ideas what i'm doing wrong?