file field. Merchant only.curl --location --request PATCH 'https://stageapi.partake.ng/api/v2/merchants/me/avatar' \
--header 'Authorization: Bearer <token>' \
--form 'file=@",l84aP5LMm/my-notion-face-transparent.png"'{
"success": true,
"data": {
"avatarUrl": "https://cdn.ivoteng.com/avatars/merchant-xyz.jpg"
},
"message": "Avatar updated."
}