{
"name": "string",
"communicationStyle": [
"Polite"
],
"greetingsMessage": "string",
"isActive": true,
"mediaItem": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"translation": {
"name": {
"el": "string",
"en": "string",
"ro": "string",
"de": "string",
"fr": "string",
"it": "string",
"bg": "string",
"sq": "string",
"es": "string",
"ru": "string",
"pl": "string"
},
"greetingsMessage": {
"el": "string",
"en": "string",
"ro": "string",
"de": "string",
"fr": "string",
"it": "string",
"bg": "string",
"sq": "string",
"es": "string",
"ru": "string",
"pl": "string"
}
}
}
curl --location --request PUT 'https://platform.shopranos.eu/api/ai/Chat/profile/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"communicationStyle": [
"Polite"
],
"greetingsMessage": "string",
"isActive": true,
"mediaItem": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"translation": {
"name": {
"el": "string",
"en": "string",
"ro": "string",
"de": "string",
"fr": "string",
"it": "string",
"bg": "string",
"sq": "string",
"es": "string",
"ru": "string",
"pl": "string"
},
"greetingsMessage": {
"el": "string",
"en": "string",
"ro": "string",
"de": "string",
"fr": "string",
"it": "string",
"bg": "string",
"sq": "string",
"es": "string",
"ru": "string",
"pl": "string"
}
}
}'
{}