I am manually testing my rails application grape API using curl. I would like to send a [1,2,3] array as a request query parameter for to to be accesible like:
p params[:tickets_ids]
=> [1,2,3]
I only found clues how to send something what is interpreted as hash .
I will be grateful for a clue how to post an array using curl.