curl --request PATCH \
--url https://app-preprod.cybedefend.com/user/profile \
--header 'Content-Type: application/json' \
--data '{
"notification": true,
"isOnboardingCompleted": true
}'
{
"message": "<string>",
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
curl --request PATCH \
--url https://app-preprod.cybedefend.com/user/profile \
--header 'Content-Type: application/json' \
--data '{
"notification": true,
"isOnboardingCompleted": true
}'
{
"message": "<string>",
"userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
User profile information updated
The response is of type object
.