Update Customer language (locale) with Shopify Flow & Send HTTP Request

I tried tons of things, but latest:

{"query": "mutation { customerUpdate(input: {locale: \"{{customer.locale}}\",  locale: \"fr\"}) { customer { locale } }"}