curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/field/' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "Select the manager and the corresponding employee.",
"name": "Managers and employees list",
"searcherKey": "com.atlassian.jira.plugin.system.customfieldtypes:cascadingselectsearcher"
}'
null