cURL
curl --request PATCH \ --url https://api.example.com/v1/customers/{id}/fx \ --header 'Content-Type: application/json' \ --data ' { "fx_settings": "<string>" } '
FX settings updated successfully