WAPIsv2.0.2User
Create Profile Picture
Upload a profile picture. The image is resized to 200×200 pixels.
AuthorizationBearer <token>
OAuth2 access token obtained from POST /auth/tokens.
In: header
picturefile
Image file (max 5 MB). Accepted: bmp, gif, jpeg, jpg, png, svg.
Format
binaryResponse Body
curl -X POST "https://tt.wipayfinancial.com/wapi/user/picture" \ -F picture="string"{
"message": "Created"
}{
"message": "string"
}