username:passwordAuthorization: Basic *****************curl --location --request POST '/Circles/Duplicate' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '[
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]'[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"result": "string"
}
]