i have this URL
https:/my-server/jira/projects/ID/queues/custom/100
I would like the equivalent with the API
https://my-server/jira/rest/api/2/search
JSON POST
{ "expand": [ "names", "schema", "operations" ], "jql": "project = ID", "maxResults": 15, "fields": [ "summary", "status", "assignee" ], "startAt": 0 }