X-API-KEY: ********************{
"items": [
"test@998816.xyz",
"test2@998816.xyz"
],
"attr": {
"password": "b99GWccEITXeR7w"
}
}curl --location --request POST 'https://api.998816.xyz/mailbox/edit' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
"test@998816.xyz",
"test2@998816.xyz"
],
"attr": {
"password": "b99GWccEITXeR7w"
}
}'{
"success": true
}