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