curl --request POST \
--url http://127.0.0.1:3000/api/unsubscribe/import-list/{baseId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"notify": {
"token": "xxxxxxxxxxx",
"size": 1024,
"url": "/bucket/xxxxx",
"path": "/table/xxxxxx",
"mimetype": "video/mp4",
"presignedUrl": "<string>",
"width": 100,
"height": 100
}
}
'