curl --location --request POST 'https://gmail.googleapis.com//gmail/v1/users//messages/batchModify' \
--header 'Content-Type: application/json' \
--data-raw '{
"addLabelIds": [
"string"
],
"ids": [
"string"
],
"removeLabelIds": [
"string"
]
}'
{}