curl --location --request PUT '/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