FinishStoreLogoUploadRequestDto
image_idstringRequired
The ID of the uploaded image returned by the server.
logo_typeintegerRequired
Which logo the upload replaces. 1 is the default logo, 2 the square logo.
Example
{
"image_id": "string",
"logo_type": 0
}