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