curl --location --request DELETE 'https://mock.apidog.com/m1/1126461-0-default/blueprints//share/groups' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupNames": [
"string"
]
}'{
"success": [
"string"
],
"errors": [
{
"item": "string",
"reason": "string"
}
]
}