Authorization: ********************{
"description": "insert",
"routine": 20,
"dateHourDeleted": null
}curl --location 'https://prod.your-api-server.com/api/v1/permission' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"description": "insert",
"routine": 20,
"dateHourDeleted": null
}'{}