POST /api/profilepictures
Body
-
profilePicture
string(binary)
POST
/api/profilepictures
curl \
--request POST 'http://mamaguide.runasp.net/api/profilepictures' \
--header "Content-Type: multipart/form-data" \
--form "profilePicture=@file"