POST /flags accepts a JSON body with flag details and saves it to the database. Return 201 with the created flag. Validate that the key is unique.
POST /flags accepts a JSON body with flag details and saves it to the database. Return 201 with the created flag. Validate that the key is unique.