POST
/platform/popliste/{id}/image
curl \
--request POST 'https://domain.tld/api/v2/platform/popliste/{id}/image' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: multipart/form-data" \
--form "image=image.jpg"