curl --request PATCH \
--url https://api.us.lexful.app/v1/accounts/{accountId}/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-Account-ID: <api-key>' \
--data '
{
"logo_url": "<string>",
"auth_methods": [
"google_oauth"
]
}
'