curl --request POST \
--url https://ragapi.sno.ai/v1/user/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"firstName": "<string>",
"lastName": "<string>",
"profilePictureUrl": "<string>",
"hasOnboarded": true
}
'