Skip to main content
POST
/
user-data
/
matt
/
forceUpdateImage
Force Update Image (Testing)
curl --request POST \
  --url https://www.api.baselink.tech/user-data/matt/forceUpdateImage \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>",
  "profilePictureUrl": "<string>"
}
Force update user image. This is a testing endpoint and should not be used in production.
success
boolean
Indicates if the image was updated successfully.
message
string
Success or error message.
profilePictureUrl
string
The URL of the updated profile picture.
This is a testing endpoint and should not be used in production environments.