Authorization: Bearer ********************curl --location 'https://api.snakk.ai/api/auth/password/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"password": "stringst"
}'{
"updated": true
}