curl GET request with json

Developer from somewhere

$ curl “http://some.url” -H “Content-Type: application/json” -d ‘{“my_array”:[1,2,3]}’ -X GET