service_category_type :
[
{parent_service_id: "5c78df0f9ed89a3ea251ad", child_service_id : "5c78df409ed89a3ea251ad"},
{parent_service_id: "5c78dd1763f38236efdf35", child_service_id : "5c78dfb79ed89a3ea251ad"},
{parent_service_id: "5c78dd0563f38236efdf35", child_service_id : "5c78df9c9ed89a3ea251ad"},
]
how to send this array as a parameter. I am using this link: how to send array of params using volley in android but not able to do. I need help to solve this.