/api/users/photo
OK
curl -L \ --url '//api/users/photo'
No body
curl -L \ --request POST \ --url '//api/users/photo' \ --header 'Content-Type: multipart/form-data' \ --data '{"file":{}}'
{ "code": 1, "message": "text", "data": true, "success": true }
curl -L \ --request DELETE \ --url '//api/users/photo'
{ "code": 1, "message": "text", "data": {}, "success": true }
/api/users/photo/{userId}
curl -L \ --url '//api/users/photo/{userId}'