DictionaryDictionaryCreate dictionary entryCreate dictionary entry POST /api/v1/dictionary/types/:typeCode/entries Adds a new entry to the dictionary type. Body: CreateDictionaryEntryCommand with unique code, display name, and optional order. Returns 201 Created. Request Responses200OK