curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/fieldconfiguration/' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "A brand new description",
"name": "My Modified Field Configuration"
}'
null