Authorization: Bearer ********************curl --location --request POST '/copy/whitelist-by-tag' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tag_ids": [
0
]
}'{
"success": true,
"data": "string",
"message": "string"
}