POST
/api-v1/attachment/upload-avatar/{contactId}
curl \
--request POST 'https://wyzio.app/api-v1/attachment/upload-avatar/{contactId}' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
{
"id": 42,
"name": "string",
"remark": "string",
"size": 42,
"mimeType": "string",
"content": [
"string"
]
}