Given the –data parameter of a curl statement:
--data '{
"collection": [
"Library"
],
"filter": "{'''target.endpointUID''':{'''$eq''': '''ABC123'''}}",
"skip": 0,
"limit": 16
}'
I’d like to replace ABC123 with the variable I want to use but I cannot figure out the correct way.