Authorization: Bearer ********************
curl --location --request POST 'https://mail.devtcloud.com/api/v1/mail/box/send' \ --header 'Authorization: Bearer <token>' \ --form 'html=""' \ --form 'cc=""' \ --form 'to=""' \ --form 'subject=""' \ --form 'attachments=@""'
{}