curl --request POST \
--url https://api.example.com/api/directory/resources.create \
--header 'Content-Type: application/json' \
--data '
{
"kind_id": "872815618512410358",
"attributes": {},
"id": "872815618512410358",
"team_id": "872815618512410358",
"start_date": "2019-11-11",
"additional_settings": {
"security": {
"username": "<string>",
"password": "<string>",
"send_email": true
}
}
}
'