curl --request POST \
--url 'https://api.flashcat.cloud/status-page/subscriber/import?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"page_id": 5750613685214,
"method": "email",
"subscribers": [
{
"recipient": "alice@example.com",
"all": true,
"locale": "en-US"
},
{
"recipient": "bob@example.com",
"component_ids": [
"01KC3GAZ6ZJE40H55GM31RPWZE"
],
"all": false,
"locale": "zh-CN"
}
]
}
'