curl --request PATCH \
--url https://api.faces.sh/v1/user/preferences \
--header 'Content-Type: application/json' \
--data '
{
"api_fallback": true,
"default_model": "<string>"
}
'{
"api_fallback": true,
"default_model": "<string>"
}Update user preferences.
curl --request PATCH \
--url https://api.faces.sh/v1/user/preferences \
--header 'Content-Type: application/json' \
--data '
{
"api_fallback": true,
"default_model": "<string>"
}
'{
"api_fallback": true,
"default_model": "<string>"
}