Encryption payload

Example of response for the encrypted image.

{
    "call_back_url": null,
    "description": "testencrypt1",
    "id": "22e2e069-335c-4e8d-8706-675d06723ef5",
    "id_product": "b508d600-977a-46f4-9070-5cf56646bae1",
    "id_product_operation": "8736e553-d8d3-442a-a56b-4d243cf22585",
    "name": "testencrypt1",
    "payload": {
        "id": "6ea19a17-284a-4170-84e4-ea0368330424",
        "metadata": [],
        "name": "bigfile.bin",
        "s3_url": "<redacted>",
        "service_provided_parameters": [
            {
                "aes_mode": null,
                "hash_algorithm": null,
                "hash_algorithms": null,
                "image_jwe": null,
                "sealed_key": null,
                "sealed_key_iv": "ZX75HIzTir2AsAst0BbCMw==",
                "signature_padding": null
            },
            {
                "aes_mode": null,
                "hash_algorithm": null,
                "hash_algorithms": null,
                "image_jwe": null,
                "sealed_key": "NhgPZDXsZyG89hhPUAOAYw==",
                "sealed_key_iv": null,
                "signature_padding": null
            }
        ]
    },
    "state": 16
}