{
"description": "phone 123",
"mask": "(99) 99999-451454",
"dateHourCreated": "2018-04-17T08:25:48.000Z",
"dateHourChanged": "2018-04-17T08:25:48.000Z",
"dateHourDeleted": null
}curl --location --request POST 'https://prod.your-api-server.com/api/v1/mask' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "phone 123",
"mask": "(99) 99999-451454",
"dateHourCreated": "2018-04-17T08:25:48.000Z",
"dateHourChanged": "2018-04-17T08:25:48.000Z",
"dateHourDeleted": null
}'{}