curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/screens//tabs/' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string" }'
{"id":10000,"name":"Fields Tab"}