Batch Request problem / Parameters

Hi all,

I like to create batch request for "group/{groupId}/members/users.json".

with some other paramters as well.

{_REQUEST_0_URL=~/api.ashx/v2/groups/{groupid}/members/users.json&_REQUEST_0_METHOD=GET&_REQUEST_0_DATA=GroupId%3d87%26MembershipType%3dOwner%26PageSize%3d100}

i.g. PageSize : 100 , 26MembershipType :Owner

I tried to put hose paramters in path paramter and request paramters

But it seems like those parameters does not work.

Can anyone help me about this issue please? 

The results are....

{
"BatchResponses": [
{
"Url": "api.ashx/v2/groups/87/members/users.json",
"StatusCode": 200,
"Sequence": 0,
"BatchResponse": {
"PageSize": 20,
"PageIndex": 0,
"TotalCount": 22,
"Users": [
{
"MembershipType": "Owner",
"IsDirectMember": true,
"IsRoleMember": false,
"Group": {
"AvatarUrl": "/cfs-file/__key/communityserver-discussions-components-files/2858/defaulthub.gif",
"DateCreated": "2021-04-06T10:33:42.21",
"Description": "sdfsdf",
"Key": "1-2021-heeky-room",
"Name": "1-2021 Heeky Room",
"ParentGroupId": 4,
"Url": "http://telligent.sp2019aok.local/rauemen/gremien/1-2021-heeky-room/",
"TotalMembers": 22,
"HasGroups": false,
"GroupCount": 0,
"GroupType": "PrivateListed",
"EnableGroupMessages": false,
"EnableContact": false,
"SearchUniqueId": "eb5081d3-57fd-4ea5-aebd-ebd7e0edd6ea",
"IsEnabled": true,
"ExtendedAttributes": [
{
"Key": "EnableGroupMessages",
"Value": "False"
}
],
"ContainerId": "eb5081d3-57fd-4ea5-aebd-ebd7e0edd6ea",
"ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
"Container": {
"ContainerId": "eb5081d3-57fd-4ea5-aebd-ebd7e0edd6ea",
"ContainerTypeId": "23b05a61-c3e5-4451-90d9-bfa00453bce4",
"HtmlName": "1-2021 Heeky Room",
"Url": "">telligent.sp2019aok.local/.../",
"AvatarUrl": "">telligent.sp2019aok.local/.../defaulthub.gif"
},
"Id": 87
},
"AvatarUrl": "">telligent.sp2019aok.local/.../anonymous.gif",
"DisplayName": "Test2 Zwei",
"ProfileUrl": "/members/sc_2d00_14f8a334_2d00_b660_2d00_4077_2d00_9a0d_2d00_6ea64d9c51e8",
"Username": "SC-14f8a334-b660-4077-9a0d-6ea64d9c51e8",
"CurrentStatus": null,
"Id": 2135
},
{
"MembershipType": "Manager",
"IsDirectMember": true,
"IsRoleMember": false,

Heeky