-spec create(map()) -> {json, map(), integer()} | {json, integer(), map(), map()} | {status, 400}.
-spec index(map()) -> {json, map()}.
-spec show(map()) -> {json, map()} | {status, 404}.