administrator/write scope.{
"card_art_id": "8f14e45f-ceea-467d-9a3a-2e1b9c0d1f23",
"name": "Blue gradient",
"type": "DIGITAL",
"s3_key": "3712bf11/1b8ecc17/8f14e45f/card-front.png",
"s3_bucket": "kobble-card-artworks",
"content_type": "image/png",
"width": 1024,
"height": 645,
"file_size": 248321,
"checksum": "9e107d9d372bb6826bd81d3542a419d6",
"metadata": {}
}curl --location '/customers/v1/card-programs//card-arts' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data '{
"card_art_id": "8f14e45f-ceea-467d-9a3a-2e1b9c0d1f23",
"name": "Blue gradient",
"type": "DIGITAL",
"s3_key": "3712bf11/1b8ecc17/8f14e45f/card-front.png",
"s3_bucket": "kobble-card-artworks",
"content_type": "image/png",
"width": 1024,
"height": 645,
"file_size": 248321,
"checksum": "9e107d9d372bb6826bd81d3542a419d6",
"metadata": {}
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"program_id": "70c1146b-e933-4cb2-a789-bbca5312b517",
"name": "string",
"type": "DIGITAL",
"status": "DRAFT",
"s3_key": "string",
"s3_bucket": "string",
"content_type": "string",
"width": 0,
"height": 0,
"file_size": 0,
"checksum": "string",
"metadata": {},
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}