curl --request PATCH \
--url https://{controlPlaneURL}/api/svc/v1/users/profile-picture \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"downloadPath": "<string>"
}
'{
"statusCode": 123,
"message": "<string>",
"code": 123,
"details": [
{}
]
}Update the profile picture URL for the authenticated user
curl --request PATCH \
--url https://{controlPlaneURL}/api/svc/v1/users/profile-picture \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"downloadPath": "<string>"
}
'{
"statusCode": 123,
"message": "<string>",
"code": 123,
"details": [
{}
]
}Was this page helpful?