def theme_details()

in api/payloads.py [0:0]


def theme_details(uuid, theme_license):
    body = {
        "categories": ['nature'],
        "summary": {
            "en-US": "theme summary api submissions"
        },
        "version": {
            "license": theme_license,
            "upload": uuid,
            "compatibility": ["firefox"]
        }
    }
    return body