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