ANNO_LAB_API_KEY = 'XXXXXXX-XXXXXXX-XXXXXXX-XXXXXXX'
'projectIdentifier': 'New NER Project',
'schemaIdentifier': 'NER',
'Authorization': 'Api-Key '+ANNO_LAB_API_KEY,
url = 'https://api.annolab.ai/v1/annotation-type/create'
response = requests.post(url, headers=headers, json=annotationType)