Authorization: Bearer ********************
{
"worksIds":[34,37],
"collectionId":22
}
curl --location --request POST 'http://47.93.16.76:8080/app/user/api/v1/delCollectionWorks' \
--header 'Content-Type: application/json' \
--data-raw '{
"worksIds":[34,37],
"collectionId":22
}'
{}