POST /upload/profile
multipart/form-data

Body

  • image string(binary) Required

Responses

  • 200

    Profile picture uploaded successfully

POST /upload/profile
curl \
 --request POST 'http://localhost:5000/api/upload/profile' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: multipart/form-data" \
 --form "image=@file"