POST /api/users/set-profile-picture

POST /api/users/set-profile-picture
multipart/form-data

Body

  • file string(binary)

Responses

  • 200

    Success

POST /api/users/set-profile-picture
curl \
 --request POST 'http://api.example.com/api/users/set-profile-picture' \
 --header "Content-Type: multipart/form-data" \
 --form "file=@file"