Authorization: Bearer ********************{
"user_id": 0,
"customer_id": 0,
"subject": "string",
"body": "string",
"date": "2019-08-24T14:15:22Z",
"archived_at": "2019-08-24T14:15:22Z"
}curl --location --request PATCH 'https://api.cirqll.nl/api/email/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": 0,
"customer_id": 0,
"subject": "string",
"body": "string",
"date": "2019-08-24T14:15:22Z",
"archived_at": "2019-08-24T14:15:22Z"
}'{
"id": 1,
"user_id": 0,
"customer_id": 0,
"subject": "string",
"body": "string",
"date": "2019-08-24T14:15:22Z",
"archived_at": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}