curl --request POST \
--url https://api.migma.ai/v1/subscribers/unsubscribe \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]",
"projectId": "<string>",
"allLists": true,
"tags": [
"<string>"
]
}
'