Authorization: Bearer ********************
{
"messageId": "string"
}
curl --location --request POST 'https://22.do/api/v2/inbox/message' \
--header 'Content-Type: application/json' \
--data-raw '{
"messageId": "string"
}'
{
"code": 200,
"status": true,
"msg": "success",
"data": {
"time": 1745411165,
"subject": "subject",
"body": "body content",
"html": "html content",
"from": "noreply <noreply@notice.22.do>",
"to": "user@example.com",
"tos": [
"user@example.com",
"user1@example.com",
"user2@example.com"
],
"messageId": "1589e29186e7d311882f8d7b5e07b3d5",
"expireTime": 1745425565
}
}