Skip to main content
POST
/
user-data
/
changeProfilePicture
Change Profile Picture
curl --request POST \
  --url https://www.api.baselink.tech/user-data/changeProfilePicture \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>",
  "profilePictureUrl": "<string>"
}
Update the user’s profile picture.
success
boolean
Indicates if the profile picture was updated successfully.
message
string
Success or error message.
profilePictureUrl
string
The URL of the updated profile picture.