curl --location --request POST 'https://domain-open-api.cuiqiu.com/v1/message/detail' \ --form 'token=""' \ --form 'mail_id="12345678"' \ --form 'message_id="12345678"' \ --form 'folder="Inbox"'
{ "code": 0, "msg": "string", "data": { "list": [ { "body": "string", "from": "string", "id": "string", "subject": "string", "time": "string", "timestamp": 0, "to": "string", "plain_text": "string", "attachments": "string" } ], "total": 0 } }