curl --request POST \
--url https://api.zo.computer/email/allowed-senders \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"emails": [
"<string>"
]
}
'{
"emails": [
"<string>"
],
"owner_email": "<string>"
}Update the list of allowed sender emails.
The owner email must always be included in the list.
curl --request POST \
--url https://api.zo.computer/email/allowed-senders \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"emails": [
"<string>"
]
}
'{
"emails": [
"<string>"
],
"owner_email": "<string>"
}