X-API-Key: ********************{
"confirm": 0
}curl --location 'http://email2.ymb1668.com/api/ms-mail/accounts/1/credentials' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"confirm": 0
}'{
"success": true,
"disclaimer_accepted_at": "2026-04-11 12:00:00",
"data": {
"id": 1,
"email": "user@outlook.com",
"provider": "outlook",
"transport": "graph",
"password": "pass123",
"client_id": "client-id",
"refresh_token": "refresh-token",
"imported_at": "2019-08-24T14:15:22.123Z",
"expires_at": "2019-08-24T14:15:22.123Z",
"status": "active",
"batch_id": "batch-001",
"remark": ""
}
}