/* CreatePosition POST: {{baseURL}}/position/create?position_name=Manager */ export interface CreatePosition { position_name: string; }