curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/field//context/' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "A context used to define the custom field options for bugs.",
"name": "Bug fields context"
}'
null