Updates the description or data of an existing profile using a session.
API key passed in the header
The name of the profile to update.
"my-profile"
The new description for the profile.
"Updated profile description."
The source of the profile data. Currently, only session is supported.
session, file_upload "session"
The session ID is required if the source is set to session. The session must belong to the user and be active.
"550e8400-e29b-41d4-a716-446655440000"
Profile updated successfully.
"success"