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