{
"id": 2,
"emailUser": "AKIAJHFFG6BVGP5DGT5Q",
"emailUserPassword": "AhcER2gPFX245WvM4DN2oDyX6VcnFWLTf2HSs8nati3Z",
"emailHost": "email-smtp.us-east-1.amazonaws.com.br",
"emailPort": 587,
"dateHourCreated": "2019-07-17T08:57:34.000Z",
"dateHourChanged": "2019-07-17T11:59:11.000Z",
"dateHourDeleted": null
}curl --location --request PUT 'https://prod.your-api-server.com/api/v1/configemail/' \
--header 'Authorization: {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 2,
"emailUser": "AKIAJHFFG6BVGP5DGT5Q",
"emailUserPassword": "AhcER2gPFX245WvM4DN2oDyX6VcnFWLTf2HSs8nati3Z",
"emailHost": "email-smtp.us-east-1.amazonaws.com.br",
"emailPort": 587,
"dateHourCreated": "2019-07-17T08:57:34.000Z",
"dateHourChanged": "2019-07-17T11:59:11.000Z",
"dateHourDeleted": null
}'{}